home *** CD-ROM | disk | FTP | other *** search
/ Spawn Figure Collection / spawn collection cd.iso / setup / data1.cab / Program_Executable_Files / Collection.dir / 00102_button.ls < prev    next >
Encoding:
Text File  |  1998-01-19  |  139 b   |  11 lines

  1. on mouseUp
  2.   global gmenu
  3.   if gmenu = 1 then
  4.     se(3, "btton101")
  5.     resetdisp()
  6.     go("Save2")
  7.   else
  8.     se(3, "NO!01")
  9.   end if
  10. end
  11.